home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
edit
/
amigaxv116.lha
/
xv
/
history
< prev
next >
Wrap
Text File
|
1994-11-25
|
2KB
|
45 lines
1.16
added -display <name> (or setenv xv/display <name>) that makes Xv open on
this public screen if you also use -usepub (previously -usewb)
Changed the -help output. It didn't reflect the correct options available.
(some of them may actually work..) And only the flag options worked.
use -force8 if the public screen is 8bit this will make Xv convert 24bit
images into 8 bit and not try to open a ham8 screen. Use -force24 if the
screen is HAM8. If neither force8 nor force24 is used images that isn't of
the same type as the public screen will either crash the machine or have
wrong colors.
ex: xv -usepub -display PST -force8
Removed the colormap swapping stuff. This means that if you actually use
the workbench and not another public screen you will probably want to
have the palette editor easily accesible to restore the colormap!
When I figure out a better way of doing it I will probably do it..
1.15
no longer using iff.library, it didn't seem to save 8 bit colormaps.
the size string was made into a TextObject..
Application_Base renamed back to NONE, resulting in window size not stored.
Doing 24->8 bit didn't change screenmode.
added -lockcol <n> to prevent (wb) colors from being changed. locks the <n>
first. lots of incorect entries in the -help list.
1.14
Added the grouping operation to the palette window.(still somewhat
untested..) discovered that pressing alt then caps then releasing both
will 'freeze' the alt key. So pressing mousebutton will zoom the image!
Until caps is released. cropping rectangle can now be moved without
alt key down.(just arrowkeys) Also using dripens to the interface drawing.
-h -? --help is also recognized.
1.13
Environment variables now in xv/var. (ex. 'setenv xv/autoraw 1').
env. variable 'desired' which is the desired screen mode xv will send
to BestModeID.(BIDTAG_MonitorID).
DBLPAL_MONITOR_ID is 0xa1000 so 'setenv desired 659456' will make
Xv open DBLPAL screens.
Also helping BestModeID somewhat by masking out HIRES_KEY if width<=320.
Removed the rest of the StringObject's that wasn't supposed to be.
1.12
First public release